iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyListGeneric<T> Class

A lazy generic list

For a list of all members of this type, see LazyListGeneric<T> Members.

System.Object
   LazyListGeneric<T>

[Visual Basic]
<Serializable, _  Serializable(TypeId:=System.SerializableAttribute), _  DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute)>
Public Class LazyListGeneric<T>
    Implements IList`1, ICollection`1, IEnumerable`1, IEnumerable, IList, ICollection
[C#]
[Serializable]
[Serializable(TypeId=System.SerializableAttribute)]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
public class LazyListGeneric<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection where T: class

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.DataMapper.Proxy

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

LazyListGeneric<T> Members | IBatisNet.DataMapper.Proxy Namespace